Replaces the items starting at the specified by the specified .
シンタックス
'宣言
Function ReplaceRangeAsync( _
ByVal As System.Integer, _
ByVal As System.Collections.Generic.IEnumerable(Of T), _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
System.Threading.Tasks.Task ReplaceRangeAsync(
System.int ,
System.Collections.Generic.IEnumerable<T> ,
System.Threading.CancellationToken
)
パラメータ
- startingIndex
- The starting index.
- items
- The new items.
- cancellationToken
- The cancellation token.
参照